-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add missing permissions to typings #302
Add missing permissions to typings #302
Conversation
🦋 Changeset detectedLatest commit: d79a9a6 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Released snapshot build with Install it with pnpm add @saleor/[email protected] |
ac60ca8
to
0a68a90
Compare
Released snapshot build with Install it with pnpm add @saleor/[email protected] |
Released snapshot build with Install it with pnpm add @saleor/[email protected] |
id: string; | ||
supportedPaymentFlows: Array<"INTERACTIVE">; // todo confirm | ||
type: string; | ||
// todo confirm which are optional, also numbers vs strings |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
its fine
src/handlers/next/saleor-webhooks/sync-webhook-response-builder.ts
Outdated
Show resolved
Hide resolved
src/handlers/next/saleor-webhooks/sync-webhook-response-builder.ts
Outdated
Show resolved
Hide resolved
src/handlers/next/saleor-webhooks/sync-webhook-response-builder.ts
Outdated
Show resolved
Hide resolved
Released snapshot build with Install it with pnpm add @saleor/[email protected] |
77380d7
to
d79a9a6
Compare
Released snapshot build with Install it with pnpm add @saleor/[email protected] |
|
@@ -64,7 +64,7 @@ | |||
"react-dom": "18.2.0", | |||
"tsm": "^2.2.2", | |||
"tsup": "^6.2.3", | |||
"typescript": "^4.9.5", | |||
"typescript": "4.9.5", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we want to pin TypeScript version only or other dependencies as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe we should pin everything. I will do that in next PRs - it will require additional testing to ensure everything stays in place (and will add "save exact" flag for project level)
Updates missing sync events types and responses definitions